Class AdministrativeDialogImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.AdministrativeDialogImpl
All Implemented Interfaces:
IPCObject, AdministrativeDialog

public class AdministrativeDialogImpl extends IPCObjectImpl implements AdministrativeDialog
Information provided by the PKI file:

    \class AdministrativeDialog
    
    \brief AdministrativeDialog serves as a frontend to Options class.
    
    \details    This dialog serves as a frontend to the Options class.
    To manipulate the options, use the Options class.
    
    \example appWindow().getAdminDialog()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the AdministrativeDialog widget from view.
          
          \param bVisible, true shows the AdministrativeDialog widget, false hides it.
          
              
      Specified by:
      setVisible in interface AdministrativeDialog
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String name, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified AdministrativeDialog child widget.
          
          \param name,        where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox,
          HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB,
          iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget,
          ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn,
          aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox,
          CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn,
          mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar
          \param bVisible, true shows the child widget, false hides it.
          
              
      Specified by:
      setWidgetVisible in interface AdministrativeDialog
      Parameters:
      name - Takes in a parameter of name
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the AdministrativeDialog widget.
          
          \param bDisabled, true disables the widget, false enables it.
          
              
      Specified by:
      setDisabled in interface AdministrativeDialog
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String name, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified AdministrativeDialog child widget.
          
          \param name,        where name is one of the following: AnimationGBox, ShowLinkLightsCB, SoundGBox, TelephonySoundGBox, iTbShowDeviceModelCkBox,
          HideQoSStampCB, HideDeviceLabelGBox, DontShowPortsCB, ShowPortsCB, EnableCableLengthsCB,
          iTbDisableAutoCableCkBox, UseCliDefaultTab, LogEnableCB, LogExportBtn, iTbLangListWidget,
          ChangeLangBtn, aTbPasswordEdit, aTbConfirmEdit, SetPasswordBtn, DisablePasswordBtn,
          aTbIntLockingGroupBox, aTbWriteButton, aTbBrowseButton, PhyiscalGBox, hTbHideConfigCkBox,
          CLIGBox, DesktopGBox, GUIGBox, GUIHTMLGBox, HTMLGBox, ApplyBtn, ResetBtn,
          mTbSimBufferFullGroupBox, mTbBufferFilteredEventsOnlyCkBox, mTbEnableScreenReaderCkBox, ShowDevTaskBar
          \param bVisible, true shows the child widget, false hides it.
          
              
      Specified by:
      setWidgetDisable in interface AdministrativeDialog
      Parameters:
      name - Takes in a parameter of name
      bVisible - Takes in a parameter of bVisible